91³Ô¹ÏÍø

Watch CBS News

U.S. fugitive captured in Mexico 73 minutes after being added to FBI's most wanted list, fastest arrest in history

A U.S. fugitive was captured in Mexico just over an hour after being added to the Federal Bureau of Investigation's Ten Most Wanted Fugitives list, making it the fastest arrest time in the history of the list and breaking a record set over 55 years ago.  

Samuel Ramirez Jr., 33, was wanted for his alleged involvement in the murders of two women on May 21, 2023, at a bar in Federal Way, Washington, the Justice Department . A third person was also injured in the incident. Federal Way Police Chief Andy Hwang identified the victims as Jessyca Hohn and Katie Duhnke. 

An arrest warrant was issued charging him with the crimes, but Ramirez was believed to have fled the country after the killings. In November 2025, he was charged with unlawful flight to avoid prosecution and a federal arrest warrant was issued, the Justice Department said. On December 10, 2025, the FBI announced a reward of up to $25,000 for his arrest and conviction. 

The FBI increased the award amount to up to $1 million on Tuesday. He was added to the Ten Most Wanted Fugitives List that same day. 

Just an hour and 13 minutes later, Ramirez was in Culiacán, Sinaloa, Mexico. The FBI credited its Legal Attaché office in Mexico City, the U.S. Attorney's Office Western District of Washington, and Mexican authorities with his apprehension. 

The previous record for the shortest arrest time in 1969, when a man was arrested two hours after being added to the list. 

Ramirez was deported from Mexico to the U.S. and returned to Washington on Wednesday night, the Justice Department said. He will be booked into jail in King County, Washington. He will next appear in court for his arraignment, in about two weeks, the Justice Department said. 

In a , Mexico's government confimed the details of Ramirez's arrest and reaffirmed its "commitment to work in a coordinated manner with international authorities to detain individuals wanted in other countries." 

Ramirez's capture comes just weeks after former Olympic snowboarder Ryan Wedding, who was also on the FBI's most wanted list, was arrested in Mexico. Wedding, who was on the run for over a year, pleaded not guilty in January to 17 felony charges alleging that he operated a Mexican drug cartel.

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(); } }); }); }); });