From 71c0e8211aa1ded6226dfd4903868f9670d09c4e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 12 Apr 2026 02:47:42 +0000 Subject: [PATCH] libretro.snes9x: 0-unstable-2026-04-02 -> 0-unstable-2026-04-07 --- pkgs/applications/emulators/libretro/cores/snes9x.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/snes9x.nix b/pkgs/applications/emulators/libretro/cores/snes9x.nix index bf5101573b14..1bfe3e8f05e6 100644 --- a/pkgs/applications/emulators/libretro/cores/snes9x.nix +++ b/pkgs/applications/emulators/libretro/cores/snes9x.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "snes9x"; - version = "0-unstable-2026-04-02"; + version = "0-unstable-2026-04-07"; src = fetchFromGitHub { owner = "snes9xgit"; repo = "snes9x"; - rev = "50e875548194429630e9c6a8d8522fa39c89d9ad"; - hash = "sha256-3DKk1bhtcrxaZ2Dvrtddmaiq2niAkRIOEU+jBuSsaas="; + rev = "cc2b4e185a66778af6a062d0d5502e3ad92171c1"; + hash = "sha256-OZGvThUfKH5Zt71khrIqR1+wB2tup5Iq6eRAOQcMB8M="; }; makefile = "Makefile";