From ba3ec0970ccef074d8225aca8436343cf0dd28df Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 13 Jun 2026 16:31:16 +0000 Subject: [PATCH] libretro.snes9x2010: 0-unstable-2026-05-16 -> 0-unstable-2026-06-10 --- 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 677f2268981f..09ff8759c46b 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-05-16"; + version = "0-unstable-2026-06-10"; src = fetchFromGitHub { owner = "libretro"; repo = "snes9x2010"; - rev = "bc82e8281ddbbd487875866f5db27cdb9838d319"; - hash = "sha256-laAXE4U5ROKe2QnYbUrvJ4xRPv1hzllDZ8ei01IwqKA="; + rev = "780e4259f096797931a3030d08ffaeec62f2a593"; + hash = "sha256-l7+WCiY7Pf0/5GzsmHT/C67uNF8JEzblDlr7oKiYcgA="; }; makeFlags = [ "GIT_VERSION=${builtins.substring 0 7 src.rev}" ];