From 28f7fbdf11542c1e154d6a3a59473168fa1ffe85 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 10 Jul 2025 09:41:28 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2025-06-09 -> 0-unstable-2025-07-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 95a53443d719..03cb43cb01be 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-06-09"; + version = "0-unstable-2025-07-09"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "a087cca4b133bdb7bb5d8d359500a0bf663928b8"; - hash = "sha256-Z3WB4d9me7PDwOsICRdz+u93MTSkTGt8vZtfRvZEcEw="; + rev = "42160d563e3e40e818dbbb328ff1f65c4a03ad0e"; + hash = "sha256-dna6JsxYp5ilgPhSX3nDSznFlzET6jqZu5P9IH6PYvk="; }; makefile = "Makefile";