From 26a2b1b9be71c2b86fad86afd4ff76b7b4bed097 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 11 Jun 2025 08:19:41 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2025-05-28 -> 0-unstable-2025-06-09 --- 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 60ea66263875..95a53443d719 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-05-28"; + version = "0-unstable-2025-06-09"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "60d812a5a25b7f6cc7df2842264b67847e51122b"; - hash = "sha256-4HJZXsgUp0do7T0bwPPuuyoN7XIII3DSzk6LsLqZQeQ="; + rev = "a087cca4b133bdb7bb5d8d359500a0bf663928b8"; + hash = "sha256-Z3WB4d9me7PDwOsICRdz+u93MTSkTGt8vZtfRvZEcEw="; }; makefile = "Makefile";