From cebabe2ba1862aa281d148494e169a424dfb28b9 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 2 Apr 2026 18:26:02 +0000 Subject: [PATCH] libretro.snes9x2005: 0-unstable-2024-10-21 -> 0-unstable-2026-03-31 --- 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 94e2f2440b18..64329ad7e94d 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-2024-10-21"; + version = "0-unstable-2026-03-31"; src = fetchFromGitHub { owner = "libretro"; repo = "snes9x2005"; - rev = "74d871db9b4dba6dbe6c5ecebc88cbf255be5349"; - hash = "sha256-YlRMjSEo9sdLVRzWGSJlnBeqg6wUhZi8l3ffzUaKQIQ="; + rev = "10519b751ebc800accf4f95cf767e5533d96c97a"; + hash = "sha256-vMkLEEvuYBCtgWZ2ZxWKLeqFDeLoP1CYa68I8Qg2Dx4="; }; makefile = "Makefile";