From ece75ae39953f0f391c3b54904f5d83a7ae9fc7f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 28 Apr 2026 06:30:28 +0000 Subject: [PATCH] libretro.beetle-pcfx: 0-unstable-2026-03-31 -> 0-unstable-2026-04-22 --- pkgs/applications/emulators/libretro/cores/beetle-pcfx.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/beetle-pcfx.nix b/pkgs/applications/emulators/libretro/cores/beetle-pcfx.nix index a5b00be615cd..0f5331ab92a7 100644 --- a/pkgs/applications/emulators/libretro/cores/beetle-pcfx.nix +++ b/pkgs/applications/emulators/libretro/cores/beetle-pcfx.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "mednafen-pcfx"; - version = "0-unstable-2026-03-31"; + version = "0-unstable-2026-04-22"; src = fetchFromGitHub { owner = "libretro"; repo = "beetle-pcfx-libretro"; - rev = "035191393485280cad1866ce3aedd626d4fa09d0"; - hash = "sha256-jchEbKvHSE4D90ezwi//nl8vefQD4gp6YWb0eb6zkeY="; + rev = "650c30ea2203636a1716675854d11c608ed6eacc"; + hash = "sha256-xB3O7N23bS2IAaWuvxIXfVodua8s1dcbZ2XAB0Lt6gc="; }; makefile = "Makefile";