nadenislamarre hi! Welcome back to the forum! Yes it works! Just add
dtoverlay=pwm,pin=13,func=4
at the end of BOOT/config.txt..
Now I have audio (mono) from GPIO13-GND.. I use mono because the other channel is GPIO18 but I'm using it for GPIO controller. If you want to use L and R channels for stereo sound (GPIO18 and GPIO13), just add
dtoverlay=2chan,pin=18,func=2,pin2=13,func2=4
at the end of BOOT/config.txt.
Set audio=JACK in audio menu in Emulation Station and you are done. I can't use hdmi audio because I'm building an Gameboy Zero that use video signal instead of hdmi..
I hope this can help, hi all!!