From 5596c1c2b252071cb8c7b738b0c39b107d758c18 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 27 Jun 2025 13:00:57 +0000 Subject: [PATCH] libretro.beetle-pce: 0-unstable-2024-11-15 -> 0-unstable-2025-06-22 --- pkgs/applications/emulators/libretro/cores/beetle-pce.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/beetle-pce.nix b/pkgs/applications/emulators/libretro/cores/beetle-pce.nix index 346ebc6cb3b6..bac547cb0458 100644 --- a/pkgs/applications/emulators/libretro/cores/beetle-pce.nix +++ b/pkgs/applications/emulators/libretro/cores/beetle-pce.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "mednafen-pce"; - version = "0-unstable-2024-11-15"; + version = "0-unstable-2025-06-22"; src = fetchFromGitHub { owner = "libretro"; repo = "beetle-pce-libretro"; - rev = "af28fb0385d00e0292c4703b3aa7e72762b564d2"; - hash = "sha256-W+74RTIidSUdviihLy926OvlSdqMECvOLEEiWMtB50w="; + rev = "9a301c0773c53702a882bbaa42ee9cbc6d523787"; + hash = "sha256-RS5omi6LthQy8fFfouSEpYtaeD7QDlRENm0YuqHzUc0="; }; makefile = "Makefile";