From f04e4b24adac2b9817714d6ae83d8a9bc605b499 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 2 Jun 2025 08:16:43 +0000 Subject: [PATCH] libretro.bsnes: 0-unstable-2025-05-16 -> 0-unstable-2025-05-30 --- 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 950bafe1813d..93a7da0140d4 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-05-16"; + version = "0-unstable-2025-05-30"; src = fetchFromGitHub { owner = "libretro"; repo = "bsnes-libretro"; - rev = "aadae1cd3d8175a6e71525ab122e6b7a949091a7"; - hash = "sha256-Tf/mJ4B3PuAbfYJCrFoC0sHOQgf+UCwp6jNlSau7XH0="; + rev = "c2df3ccaeb8f40852a63a4b66a381d82d4e9b95d"; + hash = "sha256-bPW4ftbdUXsgAs/CEi5/x4iq1NKvgRmHOpMiNJ2W/Gc="; }; makefile = "Makefile";