From 1cad7411199532b96a4c841a965bb10b2615e7cb Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 22 Jun 2026 09:10:06 +0000 Subject: [PATCH] libretro.snes9x2010: 0-unstable-2026-06-10 -> 0-unstable-2026-06-15 --- pkgs/applications/emulators/libretro/cores/snes9x2010.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/snes9x2010.nix b/pkgs/applications/emulators/libretro/cores/snes9x2010.nix index 09ff8759c46b..5ff0ec0c70e8 100644 --- a/pkgs/applications/emulators/libretro/cores/snes9x2010.nix +++ b/pkgs/applications/emulators/libretro/cores/snes9x2010.nix @@ -5,13 +5,13 @@ }: mkLibretroCore rec { core = "snes9x2010"; - version = "0-unstable-2026-06-10"; + version = "0-unstable-2026-06-15"; src = fetchFromGitHub { owner = "libretro"; repo = "snes9x2010"; - rev = "780e4259f096797931a3030d08ffaeec62f2a593"; - hash = "sha256-l7+WCiY7Pf0/5GzsmHT/C67uNF8JEzblDlr7oKiYcgA="; + rev = "2f6beca3ada61bdb4dabf7afe8cb9293a699224a"; + hash = "sha256-iM1xR4g3Bhv2XTj+CNA/KY3grjacrPfjpf/jfJkwYbs="; }; makeFlags = [ "GIT_VERSION=${builtins.substring 0 7 src.rev}" ];