From f48a088a3a2733eca18addcc56758b5c172adf13 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 4 Aug 2025 18:57:29 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2025-07-24 -> 0-unstable-2025-08-01 --- 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 bc9abb5316b0..dde0fe4bedff 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-2025-07-24"; + version = "0-unstable-2025-08-01"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "ae41c16e10a1996e71ac7dd9a5484b725b8d1a51"; - hash = "sha256-mBlk4tjMd67dOw/+oYC0ly7u2Soqva4MxiODGXPjBrM="; + rev = "e90b821fc0507a6bdde3596ec32b7b59feae1d1a"; + hash = "sha256-DbY+bQ4vNj4q2Q/tmEZXngdlUHqfZXTl16m14VG5gYY="; }; makefile = "Makefile";