From f7784f5f9b6146a797556c9ddd2113350b629a3e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 21 Apr 2026 07:16:00 +0000 Subject: [PATCH] libretro.bsnes-mercury: 0-unstable-2024-10-21 -> 0-unstable-2026-04-20 --- .../applications/emulators/libretro/cores/bsnes-mercury.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/bsnes-mercury.nix b/pkgs/applications/emulators/libretro/cores/bsnes-mercury.nix index edb377829e11..2c57a7de7d07 100644 --- a/pkgs/applications/emulators/libretro/cores/bsnes-mercury.nix +++ b/pkgs/applications/emulators/libretro/cores/bsnes-mercury.nix @@ -6,13 +6,13 @@ }: mkLibretroCore { core = "bsnes-mercury-${withProfile}"; - version = "0-unstable-2024-10-21"; + version = "0-unstable-2026-04-20"; src = fetchFromGitHub { owner = "libretro"; repo = "bsnes-mercury"; - rev = "0f35d044bf2f2b879018a0500e676447e93a1db1"; - hash = "sha256-skVREKYITZn+gKKSZmwuBCWrG0jb/pifwIgat8VyQ8U="; + rev = "ac0b6b1fe5cb9448492f4c6b3d815205eefbd142"; + hash = "sha256-DLT7Do3FWL6N63tSxeVqFW82GiCkpG5kOs82nsjCtPw="; }; makefile = "Makefile";