From e2590ba4b7fd25d07a891823b7f1019e0ce505c9 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 17 Mar 2025 12:49:16 +0000 Subject: [PATCH] libretro.bsnes: 0-unstable-2025-02-28 -> 0-unstable-2025-03-07 --- 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 6c5acb4e0a24..539bcef66f52 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-02-28"; + version = "0-unstable-2025-03-07"; src = fetchFromGitHub { owner = "libretro"; repo = "bsnes-libretro"; - rev = "cb4a0695ec4eea7298ddc5dd013bb1bb23d5a496"; - hash = "sha256-13d2quwMBK7ocNWWmbQNJXYj2MxvfGwvpXy2bcCGfMQ="; + rev = "ec353ea2502be9b71f3d9830b7a7b66ee69e254c"; + hash = "sha256-9QRKEIi1JHd503KN9+DKxLMJMJWyNu9vomPAmlbb/zw="; }; makefile = "Makefile";