From 4da1196048eec6616e7936c50d966518b7d228ae Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 31 Dec 2024 18:34:39 +0000 Subject: [PATCH] libretro.beetle-pce-fast: 0-unstable-2024-11-15 -> 0-unstable-2024-12-27 --- .../emulators/libretro/cores/beetle-pce-fast.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/beetle-pce-fast.nix b/pkgs/applications/emulators/libretro/cores/beetle-pce-fast.nix index f3c9551a9cc0..2410d8678765 100644 --- a/pkgs/applications/emulators/libretro/cores/beetle-pce-fast.nix +++ b/pkgs/applications/emulators/libretro/cores/beetle-pce-fast.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "mednafen-pce-fast"; - version = "0-unstable-2024-11-15"; + version = "0-unstable-2024-12-27"; src = fetchFromGitHub { owner = "libretro"; repo = "beetle-pce-fast-libretro"; - rev = "931586f0512663f625a6e981d3047a6620281ab5"; - hash = "sha256-9Nne4upiQNSAlTZsyXcLNIwN8MMKUO1ycahowYW1sWg="; + rev = "cfbb0946f79de33bc615d0a079e1a92f1454c3e3"; + hash = "sha256-47Fap6QjwFwodLaHBa78kKUap2DB8FdaEe6AEv0qyCA="; }; makefile = "Makefile";