From 45fde8f48456fd444d8515b377ca2f1815f363cb Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 25 Sep 2025 19:34:47 +0000 Subject: [PATCH] libretro.bsnes: 0-unstable-2025-07-18 -> 0-unstable-2025-09-19 --- pkgs/applications/emulators/libretro/cores/bsnes.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/bsnes.nix b/pkgs/applications/emulators/libretro/cores/bsnes.nix index ed603642064f..da11c307f260 100644 --- a/pkgs/applications/emulators/libretro/cores/bsnes.nix +++ b/pkgs/applications/emulators/libretro/cores/bsnes.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "bsnes"; - version = "0-unstable-2025-07-18"; + version = "0-unstable-2025-09-19"; src = fetchFromGitHub { owner = "libretro"; repo = "bsnes-libretro"; - rev = "28c358173a39d6311841c756ac0e82975d798048"; - hash = "sha256-hRWc8jcpEHl15rESCLdoKXuQn8Jr5YJdOiJ7gOww6oM="; + rev = "aeb76d7dc33c1f136db43d65ba9622c14e81b0fa"; + hash = "sha256-DpCG+DyeSCMdAF+TGB6zSRp/fttoyw9eCXy8PLvRjaY="; }; makefile = "Makefile";