91³Ô¹ÏÍø

Watch CBS News

USA hockey's Hilary Knight, Megan Keller join Hughes brothers on "SNL," joke about Trump invite and "Heated Rivalry"

This time it was Hilary Knight's turn to provide a big laugh — with an assist from the "Saturday Night Live" writers — in the wake of a weeklong dust-up involving the United States women's and men's Olympic gold medal-winning hockey teams.  

Knight, the U.S. women's captain, along with teammate Megan Keller and men's team brothers Jack and Quinn Hughes, during "Heated Rivalry" star opening monologue on "SNL" on Saturday night.

With the Hughes brothers already on stage alongside Storrie, Knight and Keller joined them to a loud and lengthy ovation. The four players wore USA jerseys with their gold medals draped from their necks.

Knight opened by saying: "It was going to be just us, but we thought we'd invite the guys, too."

The remark was a clear reference to a controversy that arose when the men received a congratulatory call from President Trump following their 2-1 overtime win against Canada on Feb. 22 at the Milan Cortina Games.

Addressing the team over a speakerphone, Trump invited the men to his State of the Union speech, before adding he'd have to also invite the women, too. The president later said if he didn't invite the women, he'd risk being impeached, which led to the players laughing at a comment many saw as sexist.

Knight on Wednesday as being "distasteful and unfortunate."

"I think the guys were in a tough spot," Knight said on Wednesday. "It's a shame that this storyline and narrative has blown up and is overshadowing our connection, genuine interest in one another and cheering each other on."

Many of the men, meanwhile, said they laughed while being caught up in the celebration. Boston Bruins goalie Jeremy Swayman acknowledged they "should have reacted differently" to Mr. Trump's remarks, and his teammate Charlie McAvoy apologized "for how we responded" to the president's call.

The U.S. women, who also beat Canada 2-1 in an overtime thriller three days prior to the U.S. men's gold medal win, politely declined Mr. Trump's invitation due to travel plans. The players traveled commercially and returned to North America late Monday evening, well after the men, who traveled on a charter flight paid for by the NHL and NHL Players' Association.

Jack Hughes scored the overtime goal for the men.

Keller scored the overtime goal for the women, with Knight tying the game in the final minutes of regulation.

Knight plays for the PWHL's Seattle Torrent, and made the trip to New York City a day after being placed on long-term injured reserve. Keller, who plays for Boston, scrambled to New York hours after playing in the Fleet's 3-2 shootout win at Ottawa earlier in the day.

Jack Hughes plays for the NHL's New Jersey Devils, and Quinn for the Minnesota Wild.

Knight delivered another punchline after Quinn Hughes said the last time the men won gold was 46 years ago at the 1980 Lake Placid Games.

Knight followed by saying the women last won in 2018.

Laughing, Jack Hughes responded by saying, "nice burn," before turning to Storrie and saying: "These gold medals aren't just for us, they're for all hockey fans, yours too."

When Storrie asked if he could try on one of the medals, all four players turned and said, "No."

Saturday Night Live - Season 51
Musical guest Mumford & Sons, host Connor Storrie, and Sarah Sherman during "Saturday Night Live" promos on Thursday, February 26, 2026. Rosalind O'Connor/NBC via Getty Images

"Heated Rivalry" has quickly become a hit following its first season on HBO Max. Adapted from Rachel Reid's novel published in 2019, it features a plot revolving around a gay hockey romance in which two players from opposing teams carry out a secret, long-term relationship.

A second season of "Heated Rivalry" is in the works, with shooting expected to begin in August, the show's creator and director Jacob Tierney told "CBS Mornings" on Thursday.

"We are writing it now," Tierney said. "We're getting ready to start shooting this summer. And there will be more 'Heated Rivalry' on your TVs as — like, truly — as soon as humanly possible."

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });