From 0fb75e137b48ee13d742ec3fe5a0b620f6d80747 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 21 May 2025 10:41:09 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2025-05-09 -> 0-unstable-2025-05-19 --- 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 0e629609717c..0abcdb69ecab 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-09"; + version = "0-unstable-2025-05-19"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "922fb2c9d7541b3554f7e5364a6072da241a9837"; - hash = "sha256-LVQlWznu0wGlyFDexNaMqYjqHHNDeLLa6oeGvqGAjPQ="; + rev = "d2cf158e9ba82fc7dfec592452e6113121665c19"; + hash = "sha256-dO1R0iIXEo2lrMSOJXlZBw2yXBfyB/1yFfRPYEEAojo="; }; makefile = "Makefile";