From 348a2ce89ce10a3ae8eabc2e227a2c3f2f0f3ba6 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Fri, 10 Jan 2025 18:09:33 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2024-10-03 -> 0-unstable-2025-01-06 --- pkgs/applications/emulators/libretro/cores/fbneo.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/fbneo.nix b/pkgs/applications/emulators/libretro/cores/fbneo.nix index 238d96778a98..575a457bd03a 100644 --- a/pkgs/applications/emulators/libretro/cores/fbneo.nix +++ b/pkgs/applications/emulators/libretro/cores/fbneo.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "fbneo"; - version = "0-unstable-2024-10-03"; + version = "0-unstable-2025-01-06"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "d72f49f4a45dbfc5a855956d1a75ce2d0601c1c5"; - hash = "sha256-+T+HQo6IfY8+oE/mOg54Vn9NhasGYNCLXksFdSDT/xE="; + rev = "b8780c057029db8768c9a057b0bc28f9a12609d8"; + hash = "sha256-cK3ILA0Ape6rHf5dPbXOMmQ69ZPZ/qrxeKYA1LniBEk="; }; makefile = "Makefile";