From 80140502a00db52803f80c5f08b9797724b14391 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 21 Nov 2025 05:40:18 +0000 Subject: [PATCH] libretro.beetle-pce-fast: 0-unstable-2025-10-17 -> 0-unstable-2025-11-14 --- .../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 138ce2e99ed4..4e994394f762 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-2025-10-17"; + version = "0-unstable-2025-11-14"; src = fetchFromGitHub { owner = "libretro"; repo = "beetle-pce-fast-libretro"; - rev = "d5c2b28ee6931ae43a4a79455937693ae8ccc8a1"; - hash = "sha256-67SLilFN88TVdbtpb97dw87QVLJWIib44kifVvZMXYE="; + rev = "7e9b257b8a591cb7e00f9e55371edba19db9799c"; + hash = "sha256-LBx4bSnE3XeQw/Bc5EID8U6Dxj7uc6JBrV8vSwO/jEM="; }; makefile = "Makefile";