From f3c9b412adac1035ef6f0f49fe551ba6f080de9a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 24 Jul 2026 02:35:09 +0000 Subject: [PATCH] libretro.snes9x2005: 0-unstable-2026-04-20 -> 0-unstable-2026-07-22 --- pkgs/applications/emulators/libretro/cores/snes9x2005.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/snes9x2005.nix b/pkgs/applications/emulators/libretro/cores/snes9x2005.nix index a244b5e2f0f7..20a0a12e6bd8 100644 --- a/pkgs/applications/emulators/libretro/cores/snes9x2005.nix +++ b/pkgs/applications/emulators/libretro/cores/snes9x2005.nix @@ -6,13 +6,13 @@ }: mkLibretroCore { core = "snes9x2005" + lib.optionalString withBlarggAPU "-plus"; - version = "0-unstable-2026-04-20"; + version = "0-unstable-2026-07-22"; src = fetchFromGitHub { owner = "libretro"; repo = "snes9x2005"; - rev = "b60356971fc9caae02cd0853676dced886a08be7"; - hash = "sha256-6IuEFyJEoCHluSAXbk5qRTXku1XJCZ6p04BhdjqZqJQ="; + rev = "deb49d80d1836e3e737480a326e31a54c46c04ae"; + hash = "sha256-UMW+YTzcSZ5CWSyRBYc8y1cDh/CU3Am11rkjSXlyxZA="; }; makefile = "Makefile";