From e1334dddb6c24414296e298ffed409f9ebeeb3ea Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 13 Feb 2026 17:47:17 +0000 Subject: [PATCH] libretro.snes9x: 0-unstable-2026-02-03 -> 0-unstable-2026-02-10 --- 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 da8a3a0d8ef3..807ffcec7742 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-02-03"; + version = "0-unstable-2026-02-10"; src = fetchFromGitHub { owner = "snes9xgit"; repo = "snes9x"; - rev = "02f642cdadfaa8f9fa7ec674382d6c70a8b534d6"; - hash = "sha256-4BqWxchxdq8pbWw3Iql786Iu/OY5VMT1pF8wowI26h0="; + rev = "5110899f86b0facb67ebd84200e3d43e4f7f4e01"; + hash = "sha256-DniWaYte0N7xZq8w294CVxMWYeQO3wK91ECJp+LOv3k="; }; makefile = "Makefile";